home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / Cookie / Source / CookieController.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  497 b   |  31 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5. #import <dpsclient/dpsclient.h>
  6. #import <appkit/appkit.h>
  7.  
  8. @interface CookieController:Object
  9. {
  10.      id    cookieWindow;
  11.     id    cookieList;
  12.     id    bodyText;
  13.      id    prefs;
  14.     id    titleText;
  15.     DPSTimedEntry myTimedEntry;
  16.     struct _controllerFlags {
  17.         unsigned int entry_running:1;
  18.     } flags;
  19. }
  20.  
  21. - newCookie:sender;
  22. - appDidInit:sender;
  23. - newPrefs;
  24. - timedEntry;
  25. - (float)fontsize;
  26. - (const char *)fontname;
  27. - (NXRect)getWindowRect;
  28. - setWindowPrefs;
  29.  
  30. @end
  31.